home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  933 b   |  36 lines

  1. on exitFrame
  2.   unloadMember("fingernormal")
  3.   unloadMember("fingerleft")
  4.   unloadMember("questioncloud")
  5.   unloadMember("fingerright")
  6.   set the visible of sprite 1 to 1
  7.   set the visible of sprite 2 to 1
  8.   set the visible of sprite 3 to 1
  9.   set the visible of sprite 4 to 1
  10.   set the visible of sprite 5 to 1
  11.   set the visible of sprite 6 to 1
  12.   set the visible of sprite 7 to 1
  13.   set the visible of sprite 8 to 1
  14.   if the timer < 910 then
  15.     if the loaded of member "fibrepen" = 0 then
  16.       preloadMember("fibrepen")
  17.       if the loaded of member "cuterabbit1" = 0 then
  18.         preloadMember("cuterabbit1")
  19.         if the loaded of member "fish" = 0 then
  20.           preloadMember("fish")
  21.         end if
  22.         if the loaded of member "cuterabbit film" = 0 then
  23.           preloadMember("cuterabbit film")
  24.         end if
  25.       end if
  26.     end if
  27.     go(the frame)
  28.   else
  29.     go(the frame + 1)
  30.   end if
  31. end
  32.  
  33. on mouseUp
  34.   go(100)
  35. end
  36.